Hệ thống bổ nhiệm bác sĩ trong PHP bằng mã nguồn

1 <!DOCTYPE html>
2 <html>
3 <head>
4     <meta charset=
"utf-8">
5     <meta http-equiv=
"X-UA-Compatible" content="IE=edge">
6     <title>Medical Management System</title>
7     <link rel=
"stylesheet" href="css/bootstrap.min.css">
8     <link rel=
"stylesheet" href="style.css">
9     <style>
10         .error {color: #FF0000;}
11     </style>
12 </head>
13 <body>
14     <div
class="container-fluid">
15         <div
class="header_top">
16             <!-- <a href=
"index.php"><img src="img/dash2.jpg" alt="logo.png img"></a> -->
17
18             <span style=
"font-size:50px;color:#2c2f84;font-weight:bolder;margin-left:15px;">Doctor Appoinment System</span>
19         </div>
20
21     <!--
this is for menu -->
22     <div
class="navbar navbar-default nav">
23         <nav
class="menu">
24             <ul>
25                 <li><a href=
"index.php">Home</a></li>
26                 <li><a href=
"medical_college.php">Medical College</a></li>
27                 <li><a href=
"doctorinfo.php">Medical Doctors</a></li>
28                 <li><a href=
"about.php">About Us</a></li>
29                 <li><a href=
"contactus.php">Contact Us</a></li>
30                 <li><a href=
"signin.php">User Login</a></li>
31                 
32             </ul>
33         </nav>
34     </div>
35     


Gõ tìm kiếm nhanh...